* frame.h (SET_FRAME_VISIBLE): Now an inline function.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Dec 2013 05:59:27 +0000 (21:59 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Dec 2013 05:59:27 +0000 (21:59 -0800)
commite8572baebcec08d921f2a910bb92c41002424683
tree615e9e0b4b3f740617ef595aac7c1bf9a186ff9c
parent12a6bf9745bd6dcaedc03ccae9a0cde8d3b983bc
* frame.h (SET_FRAME_VISIBLE): Now an inline function.

The macro didn't conform to C99 due to type mismatch,
which caused compilation failure with Sun C 5.12,
and it was confusing anyway.  Include window.h to declare
redisplay_other_windows.
src/ChangeLog
src/frame.h